State

enum State : Enum<Presence.State>

Entries

Link copied to clipboard
OFFLINE("unknown", false)
Link copied to clipboard
ONLINE("unknown", true)
Link copied to clipboard
BUSY("busy", true)
Link copied to clipboard
AWAY("away", true)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int